home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / offline2.zip / RSTORE01.ZIP / RSTORE.DOC < prev    next >
Text File  |  1992-09-14  |  2KB  |  43 lines

  1. RSTORE Version 0.01: (c)1992 by Gary Glueckert, The SUNY BBS 516-420-0818
  2.  
  3. Purpose:
  4. --------
  5. This software was written to work with the RBBS utility OFFLINE2.ZIP which
  6. is an offline file system using RBBS' Fast File Search and Macro abilities.
  7. RSTORE will restore an entire disk or list of disks based on the DISK??.DIR
  8. files as illustrated in OFFLINE1.ZIP and OFFLINE2.ZIP. This is a very 
  9. down and dirty, primitive program to make restoring offline disks a little
  10. easier.
  11.  
  12. Using RSTORE:
  13. -------------
  14. RSTORE needs a configuration file to work. It will only use and work with 
  15. a configuration file that is named RSTORE.CFG. There is no support for
  16. altenative config. filenames.
  17.  
  18. The RSTORE.CFG is just a list of DISK??.DIR files to restore to the drive(s).
  19. The best way to set up a CFG file for RSTORE is to use the DOS DIR command
  20. redirected to a file. Be sure to use the /B option to obtain the bare       
  21. directory format. EG: DIR DISK??.DIR /B > RSTORE.CFG
  22.  
  23. This will create a Config file containing a list of ALL of your DISK??.DIR      
  24. files. Delete the ones from this list that you do not want to restore. If   
  25. you are only restoring one DIR then you will have to list only that one in 
  26. the RSTORE.CFG file.
  27.  
  28. Once you have the config file set up then invoke RSTORE like so:
  29.             RSTORE Sourcedrive: Destination drive:\path
  30.             Eg: RSTORE B: C:\FILES
  31. From here on just follow the prompts and RSTORE will restore all of the files
  32. listed in the DISK??.DIR file.    
  33.  
  34. Disclaimer:
  35. -----------
  36.         The author disclaims any warranties either expressed or implied, 
  37.         including, but not limited to, the applied warranties of 
  38.         mercantabilities or fitness for a particular purpose. All liability
  39.         for all possible damages which may be incurred from the use, or 
  40.         mis-use, of this product is solely with the user.
  41.  
  42.  
  43.